Auto merge of #3179 - alexcrichton:fix-features-mulitple, r=matklad
authorbors <bors@rust-lang.org>
Wed, 26 Oct 2016 15:45:29 +0000 (08:45 -0700)
committerGitHub <noreply@github.com>
Wed, 26 Oct 2016 15:45:29 +0000 (08:45 -0700)
commitb21b9410cbb44836fd53ebfb6991956917a4a9d7
tree2fa7e8fe102d683da35e0470d64e47001c4357b9
parentf265c77555bd2ec8f1404fa2b4f4136f26349916
parent49fe6500c6ae15592474f8743b225cdc77d7fcc2
Auto merge of #3179 - alexcrichton:fix-features-mulitple, r=matklad

Parse --features in `cargo metadata` the same

This accidentally didn't accept space-separated features passed through
`--features` as the logic for doing the splitting wasn't shared. Let's share it!